home *** CD-ROM | disk | FTP | other *** search
/ ...taking it to the Macs! / ...taking it to the Macs!.iso / Extras / ActiveX Mac SDK / ActiveX SDK / Sample Controls / BDiamond / BDDISPIDs.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-12-20  |  278 b   |  14 lines  |  [TEXT/CWIE]

  1. #ifndef _BDDISPIDs_
  2. #define _BDDISPIDs_
  3.  
  4. // IDs for IDoMenuEvents 
  5. #define DISPID_POPUP         (-2000)
  6. #define DISPID_CLEAR         (-2001)
  7. #define DISPID_REMOVEITEM     (-2002)
  8. #define DISPID_ADDITEM         (-2003)
  9.  
  10. // IDs for IDidMenuEvents
  11. #define DISPID_CLICK         (-3000)
  12.  
  13. #endif // _BDDISPIDs_
  14.